home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / reqst12.zip / SYSOP.DOC < prev    next >
Text File  |  1997-04-30  |  9KB  |  377 lines

  1.                           File Request Processor
  2.                           ----------------------
  3.  
  4. What this utility does? It allows your users to FREQ (File request) files
  5. from other systems. The user must provide the file name he/she wishes and 
  6. the node address of the system to request this file from. This Utility 
  7. will write a Netmail Freq for the file under your (The SysOp) name, but
  8. place it on HOLD for you to review before it is sent out. This will prevent 
  9. users abusing this and requesting *.* <G> and allow you to decide if you wish
  10. to pay Long Distance charges, if any, for the FREQ.  REQUEST does not check for 
  11. Valid or CM node numbers but if the user enters an invalid address, your mailer
  12. should show the system as unlisted.  
  13.                                           (Ruth Argust - 1/1/97)
  14.  
  15.  
  16. Licensing and Distribution
  17. --------------------------
  18. This Program is XmasWare, the Registration price is $10.00. Unless you 
  19. want it for free. In that case the registration number is in this doc. 
  20. At this time I can not accept Credit Cards, only check or Money order. 
  21. Please Send your registration fee to:
  22.                         Bryan Turner
  23.                         SMYC Software
  24.                         12235 China Lake
  25.                         Dallas Texas, 75253
  26.  
  27. Please do not send Cash, I can not be held responsible for cash being sent
  28. via the US Postal Service.
  29.  
  30. What do you get if you register? Nothing except the satifaction of knowing
  31. that you are an honest Sysop. This program has no "extras" when registered.
  32. It will show your name in the main menu as "Registered to:".
  33.  
  34. If this Program kill's your Hd or hurt's your bbs I am sorry, But that is
  35. about it. I will hold NO responsibility for anything that Happens to your
  36. System, or personal Life. 
  37.  
  38. Files Included with this archive
  39. --------------------------------
  40.  
  41. REQUEST  CFG       Example Config File.
  42. WHATS    NEW       The What's New File.
  43. REQUEST  EXE       Main executable.
  44. RUN      BAT       A Quick way to run the program.
  45. SYSOP    DOC       What you are reading now.
  46.  
  47.  
  48. Configuration Files
  49. -------------------
  50.  
  51. REQUEST.CFG
  52. --------
  53. Edit the file REQUEST.CFG to fit your needs.
  54. For Example:
  55.  
  56. C:\bbs\node1\door.sys
  57. RabbitLand II
  58. Bryan
  59. Turner
  60. 0
  61. 0
  62. c:\fd\mail
  63. 1:124/7013
  64. 00
  65.  
  66.  
  67. ;C:\BBS\DOOR.SYS  <--- Path to dropfile
  68. ;RabbitLand II    <--- BBS Name
  69. ;Bryan            <--- Sysop's first name
  70. ;Turner           <--- Sysop's last name
  71. ;0                <--- For GTUSER (0 if not using GTUSER)
  72. ;0                <--- For GTUSER (0 if not using GTUSER)
  73. ;c:\fd\mail       <--- Path to outbound mail
  74. ;1:124/7013       <--- Your Main Address
  75. ;00               <--- Registration Number
  76.  
  77.  
  78. Installation
  79. ------------
  80. The following drop files are supported by File Request Processor.
  81.  
  82.    PCBOARD.SYS     DORINFOx.DEF
  83.    USERS.SYS       SFDOORS.DAT
  84.    DOOR.SYS        USERINFO.DAT
  85.    CALLINFO.BBS    GTUSER.BBS
  86.  
  87.  
  88. Add the command line below to your batch file to start the door.
  89.  
  90. For single line Systems:
  91.  
  92. request request.CFG
  93.  
  94. For Example:
  95.  
  96. @ECHO OFF
  97. C:
  98. CD\REQUEST
  99. REQUEST REQUEST.CFG      <-----Command Line that starts the door.
  100. CD\BBS
  101.  
  102. For Multi-line Systems:
  103.  
  104. REQUEST REQUEST1.CFG
  105.  
  106. For Example:
  107.  
  108. @ECHO OFF
  109. C:
  110. CD\REQUEST
  111. REQUEST REQUEST1.CFG      <-----Command Line that starts the door.
  112. CD\BBS
  113.  
  114. To run the door in LOCAL mode type REQUEST REQUEST.CFG /L.
  115.  
  116. Fossil Driver Support
  117. ---------------------
  118. This door supports the use of Fossil drivers.  To tell it to use the
  119. Fossil driver instead of the standard COM ports, just put /FD on the
  120. command line when running the door. For example:
  121.      request request.CFG /FD
  122. indicates that a Fossil driver is present and should be used. If no Fossil
  123. driver is detected, the door will print a message to that effect and exit
  124. the door gracefully.
  125.  
  126. Environment Variables
  127. ---------------------
  128. This door supports COM 1-4 on the standard IRQ's -
  129. COM1/COM3 = IRQ4 and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ,
  130. add the IRQ number after the configuration filename. Let's assume you want
  131. to use COM1 and IRQ5. The command line passed to request would be:
  132.     request request.CFG /5  or
  133.     request request.CFG /%IRQ%  for the environment variable.
  134. The /5 tells the door to use IRQ5 rather than the standard IRQ4
  135. that is normally used with COM1. No /x parameter is needed for the standard
  136. IRQ's.
  137.  
  138. When specifying the location of the system file on line 1 of the request.CFG
  139. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  140. and %wcnodeid%. Some examples:
  141.  PCBoard:
  142.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  143.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  144.  
  145.  Wildcat!:
  146.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  147.  
  148. Non-PCBoard systems may use the PCB environment variables by setting them
  149. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  150.  SET PCBDRIVE=C:
  151.  SET PCBDIR=\BBSDIR
  152.  SET PCBNODE=1
  153.  
  154. Christmas
  155. ---------
  156. With this being written on Xmas, I decided to give the registration code with
  157. it. For your registration number type in "Merry Xmas" with out the quotes.
  158. Case Counts.  
  159.  
  160. 486DX CPU's
  161. -----------
  162. Some math coprocessors in 486DX CPUs cannot handle floating point math.
  163. This can show up as an ERROR 5, a keyboard timeout, etc.
  164.  
  165. Fortunately there is an easy fix for this problem. Simply place the following
  166. line in the AUTOEXEC.BAT file:
  167.  
  168.     SET NO87=ON
  169.  
  170. Support BBS:
  171. ------------
  172. RabbitLand II    1-214-286-3443   Fido 1:124/7013  Linear 121:2110/101
  173. Bryan Turner
  174.  
  175. Where to find me:
  176. -----------------
  177. I frequent the Doorgames Echo Moderated by Ruth Argust
  178. And ALL the Linear Network Echos.
  179.  
  180.  
  181. Special Thanks:
  182. ---------------
  183. Usually I have this long list of people here and you have to wonder just
  184. how much work I, Myself, did on it. This one is different. There is 
  185. only one person that I want to thank. Ruth Argust. I wrote her just a short
  186. message that I was going to do this, and then every time I brought it up,
  187. She kept giving me so much praise that I just had to finish it..
  188.  
  189. Thanks again Ruth I owe you one! 
  190.  
  191.  
  192. Where to find this Utility?
  193. ------------------------
  194. Freq request from 1:124/7013
  195. Or Call 1-214-286-3443 and Look in the BBS File Directory
  196.  
  197.  
  198. Other Products from SMYC Software (All can be freqed from 1:124/7013):
  199.  
  200. Baby Derby
  201. ----------
  202. Let your users join in the fun of your upcoming Baby. Lets your users
  203. Guess on the date, weight, time of day, and Sex of your baby. You can
  204. use this for your users babies as well. Freeware!
  205. FREQ  -  BABY
  206.  
  207. Echo Request Door
  208. -----------------
  209. Let your users tell you what echos they want by actually going through
  210. your *.na files. has option to let them write you netmail or actually
  211. turn on the echo it's self via areafix to your hub. Shareware 10$
  212. FREQ  -  EREQ
  213.  
  214. Request
  215. -------
  216. Let your users  request the files they read about in the Echos. This
  217. utility will write the Netmail to the Long Distance node telling him/her
  218. where the user saw about the file, and put it on hold for you to decide
  219. if you want to release it or not. Freeware
  220. FREQ - REQUEST
  221.  
  222. Bre User Survey Door
  223. --------------------
  224. Let you Player's in your BRE league vote as to how that want the next
  225. reset set up.  Includes SysOp functions so that you can send the
  226. average votes to the League Coordinator as well as reset & view the
  227. names of who voted.
  228. Shareware 10$
  229. FREQ - BUSD
  230.  
  231. Address Showr'
  232. --------------
  233. Let your users see there E-mail address on your bbs.
  234. Freeware!
  235. FREQ  - ADDRESS
  236.  
  237. SRVIEW
  238. ------
  239.  SRView the first utility that will let your users see all the bulletins
  240. that all the Solar Realms IBBS games create with out having to go into the
  241. games to see them. Thus not locking down nodes on all of the SRGAMES. 
  242. Shareware 5$
  243. FREQ  -  SRVIEW
  244.  
  245. POLL
  246. ----
  247. This is another one of my Save Time Utils, although I should have read
  248. the doc's that came with InterMail as it does the same thing that this
  249. does, although this is easyer to understand. Poll will write a message 
  250. to as meny node numbers that you would like at one time, Thus making your
  251. system Poll them to get your mail. 
  252. FREEWARE!
  253. FREQ - POLL
  254.  
  255. HUBMAKE
  256. -------
  257. This is a real simple Util that will create a text file with everyones address
  258. in it to send a message out to the entire Network of your choice. 
  259. FREEWARE!
  260. FREQ - HUBMAKE
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315. Get a Life..   That's it Go home!!!!
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375. Get a Life..   That's it Go home!!!!  Doc's are not fun, you spent too
  376. much time in it!
  377.